Overload | Description |
---|---|
NArrayIterator<T> Constructor(T[]) | Creates an iterator that iterates through the entire array |
NArrayIterator<T> Constructor(T[],Int32) | Creates an iterator that iterates only through a fixed count of array items, starting from 0. |
NArrayIterator<T> Constructor(T[],Int32,Int32) | Creates an iterator that iterates only through a fixed count of array items, starting from the specified index. |